Welcome![Sign In][Sign Up]
Location:
Search - FFT FPGA

Search list

[Algorithm200628111717

Description: DFT(Discrete Fourier Transformation)是数字信号分析与处理如图形、语音及图像等领域的重要变换工具,直接计算DFT的计算量与变换区间长度N的平方成正比。当N较大时,因计算量太大,直接用DFT算法进行谱分析和信号的实时处理是不切实际的。快速傅立叶变换(Fast Fourier Transformation,简称FFT)使DFT运算效率提高1~2个数量级。其原因是当N较大时,对DFT进行了基4和基2分解运算。FFT算法除了必需的数据存储器ram和旋转因子rom外,仍需较复杂的运算和控制电路单元,即使现在,实现长点数的FFT仍然是很困难。本文提出的FFT实现算法是基于FPGA之上的,算法完成对一个序列的FFT计算,完全由脉冲触发,外部只输入一脉冲头和输入数据,便可以得到该脉冲头作为起始标志的N点FFT输出结果。由于使用了双ram,该算法是流型(Pipelined)的,可以连续计算N点复数输入FFT,即输入可以是分段N点连续复数数据流。采用DIF(Decimation In Frequency)-FFT和DIT(Decimation In Time)-FFT对于算法本身来说是无关紧要的,因为两种情况下只是存储器的读写地址有所变动而已,不影响算法的结构和流程,也不会对算法复杂度有何影响。-err
Platform: | Size: 59392 | Author: 吴庆庆 | Hits:

[OtherFPGA

Description: 一种基于FPGA实现的FFT结构 调从基本元器件开始的计算机硬件系统的设计与实现,大多设置在自动控制系,形成了与应用系统结合的计算机教育。 1966年多处理器平台FPGA 学习目标 (1) 理解为什么嵌入式系统使用多处理器 (2) 指出处理器中CPU和硬件逻辑的折衷 -FPGA-based FFT realize the structure of the tune from the beginning of the basic components of computer hardware system design and implementation, most of them located in the Automatic Control Department, formed a combination and application of computer education system. 1966 multi-processor FPGA platform for learning goals (1) to understand why the use of multi-processor embedded system (2) pointed out that the processor CPU and the hardware logic of compromise
Platform: | Size: 109568 | Author: 陈松 | Hits:

[VHDL-FPGA-VerilogFFT8

Description: 本设计根据OFDM系统的实际需要,提出一种用FPGA实现FFT运算的方案,并以64点FFT为例,在Quartus II软件上通过了综合和仿真。-The design of OFDM systems in accordance with the actual needs of a computing using FPGA realize FFT program, and 64-point FFT as an example, in the Quartus II software through a comprehensive and simulation.
Platform: | Size: 27648 | Author: 叶开 | Hits:

[VHDL-FPGA-VerilogVerilog

Description: Verilog教程,讲述Verilog在cpld/fpga中从设计到仿真全过程。-Verilog tutorial, Verilog described in cpld/fpga simulation from the design to the entire process.
Platform: | Size: 2479104 | Author: pangyugang | Hits:

[SCM8051F1024FFT

Description:
Platform: | Size: 75776 | Author: 李林 | Hits:

[VHDL-FPGA-VerilogFFT_VHDL

Description: FFT的FPGA实现里面有测试程序。希望对FPGA的学习朋友有所帮助!-FFT of the FPGA test procedure to achieve there. FPGA want to be helpful to learn a friend!
Platform: | Size: 437248 | Author: 夏浪 | Hits:

[VHDL-FPGA-VerilogFPGAREAL

Description: 信号处理FPGA实现参考,IEEE transaction 的一篇文章。主要针对信号处理中加窗、FFT、VSLI快速实现中误差地等问题。-FPGA realization of a reference signal processing, IEEE transaction of an article. Mainly for signal processing windowing, FFT, VSLI rapid error problems.
Platform: | Size: 308224 | Author: 卓智海 | Hits:

[VHDL-FPGA-VerilogFPGA_FFT

Description: 基于FPGA的高速FFT处理器的设计与实现-FPGA-based high-speed FFT Processor Design and Implementation
Platform: | Size: 73728 | Author: 萧球水 | Hits:

[VHDL-FPGA-VerilogEDA

Description: 这里边有EDA设计常用模块的源代码,FFT,DDS PS2_keyboard,VGA等,有学FPGA的就参考一下吧-Here the design of commonly used modules have EDA source code, FFT, DDS PS2_keyboard, VGA and so on, have places on the FPGA reference yourself
Platform: | Size: 208896 | Author: li | Hits:

[VHDL-FPGA-Verilogvhdl

Description:
Platform: | Size: 274432 | Author: 王晓 | Hits:

[Software Engineeringfpgafft

Description: :文章针对目前数字信号处理中大量采用的快速傅立叶变换[FFT] 算法采用软件编程来处理的应用现状,在对FFT 算法进行 分析的基础上,给出了用FPGA[Field Programmable Gate Array] 实现的8 点32 位FFT 处理器方案,并得到了系统的仿真结果。 最后在Altera 公司FLEX10K系列FPGA 芯片上成功地实现了综合。-Based on the analysis of the FFT algorithm , a reasonable logic structure for a 8-point ,32- bit FFT processor is described and the simulating result is given in this paper. The processor is implemented on the FLEX10Kfamily of FPGAs.
Platform: | Size: 220160 | Author: 王晓 | Hits:

[Software EngineeringFPGA_4FFT

Description: 针对高速数字信号处理的要求,提出用FPGA 实现基- 4FFT 算法,并对其整体结构、蝶形单 元进行了分析. 采用蝶算单元输入并行结构和同址运算,能同时提供蝶形运算所需的4 个操作 数,具有最大的数据并行性,能提高处理速度 按照旋转因子存放规则,蝶形运算所需的3 个旋转 因子地址相同,且寻址方式简单 输出采取与输入相似的存储器 运算单元同时采用3 个乘法的 复数运算算法来实现.-In accordance with the requirements of high speed digital signal processing , the algorithmof radix O4 implemented with FPGA and the integrated architecture and butterfly unit are analyzed. With butterfly u2 nit input which is designed by parallel structure and the same address calculation , four operation codes the butterfly unit needs can be provided simultaneously to have the most data parallel and improve the speed of calculation. According to the rotation parameters memory regulation , the addresses of three rotation parame2 ters of butterfly unit are the same with simple style of address generation and similar input and output memo2 ries. The operating unit adopted is implemented by three complex calculation algorithm of multiplication si2 multaneously.
Platform: | Size: 360448 | Author: 王晓 | Hits:

[VHDL-FPGA-VerilogniosII_cyclone_1c20

Description: IIR、F FT各模块程序设计例程,可做为IP使用,初学者很有用-IIR, FIR, FFT modular design of the routines can be used as IP use, useful for beginners
Platform: | Size: 70656 | Author: 石林 | Hits:

[VHDL-FPGA-VerilogHigh-speedhighperformanceFFT

Description: 高速高性能FFT处理器的VLSI实现研究,适合做FPGA的技术人员参考研究FFT-High-speed high-performance FFT processor VLSI realization of research, suitable for FPGA technology reference study FFT
Platform: | Size: 5282816 | Author: bonjour | Hits:

[VHDL-FPGA-Verilogfft

Description: 基于FPGA的FFT的硬件实现。其中含有部分vhdl程序,本论文采用基4FFT算法-FPGA-based hardware implementation of the FFT. Vhdl part which contains the procedures used in this paper-based algorithm 4FFT
Platform: | Size: 942080 | Author: xyyj | Hits:

[BooksFFT

Description: 使用FPGA实现的高速FFT(转载)-HIGH SPEED FFT
Platform: | Size: 237568 | Author: 王念 | Hits:

[DSP programhpiir

Description: FPGA文件程序,irr型低通滤波器,vhd程序 -FPGA program file, irr-type low-pass filter, vhd procedures
Platform: | Size: 1236992 | Author: 袖手人 | Hits:

[VHDL-FPGA-Verilog1111111

Description: 16位定点FFT-DSP的FPGA实现-16-bit fixed-point FFT-DSP for FPGA realization
Platform: | Size: 3834880 | Author: hievery11 | Hits:

[VHDL-FPGA-Verilog1231234

Description: FFT在fpga下实现-FFT in fpga to achieve! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !
Platform: | Size: 157696 | Author: hievery11 | Hits:

[VHDL-FPGA-VerilogVHDL_FFT2

Description: 基于FPGA设计的FFT模块文件,用VHDL语言编写!!已通过测试,希望对大家有用-FFT designs based on FPGA module file, using VHDL language! ! Has passed the test, hope for all of us! ! !
Platform: | Size: 13312 | Author: 林海 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 18 »

CodeBus www.codebus.net